home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MISC / SHELL.ARC / Shell / Sources / Makefile
Makefile  |  1994-11-22  |  14KB  |  532 lines

  1. #    Library-making makefile
  2.  
  3. CC        =    cc
  4. LIBFILE        =    LibFile
  5.  
  6. CCFlags        =    -c -fahi -depend !Depend -throwback -I,C:
  7. LibFileFlags    =    -c -o
  8.  
  9. Target        =    ^.o.ShellLib
  10.  
  11. ObjectFiles    =    o.Init        \
  12.             o.Poll        \
  13.             o.Label        \
  14.             o.Misc        \
  15.             o.GFX        \
  16.             o.GenArray    \
  17.             o.DArray2    \
  18.             o.Check        \
  19.             o.TextRect    \
  20.             o.Scroll    \
  21.             o.FontLabel    \
  22.             o.BlockRect    \
  23.             o.PlotIcon    \
  24.             o.Icon        \
  25.             o.RectSave    \
  26.             o.SafeAlloc    \
  27.             o.DVector    \
  28.             o.BarGraph    \
  29.             o.ArrayLabel    \
  30.             o.DBarGraph    \
  31.             o.DBarGraph2    \
  32.             o.Printf    \
  33.             o.BlockRect2    \
  34.             o.PlainRect    \
  35.             o.PlainGRect    \
  36.             o.RedrawToSp    \
  37.             o.FindWind    \
  38.             o.WaitClick    \
  39.             o.BarIcon    \
  40.             o.SpriteRect    \
  41.             o.ForcRedraw    \
  42.             o.Save102    \
  43.  
  44.  
  45. # path(s) to source files:
  46. VPATH = @ @.^
  47.  
  48. # Don't change the following
  49.  
  50. .SUFFIXES:    .o .c
  51.  
  52. $(Target):    $(ObjectFiles)
  53.     $(LIBFILE) $(LibFileFlags) $@ $(ObjectFiles)
  54.  
  55. .c.o:
  56.     $(CC) $(CCFlags) -o $@ $<
  57.  
  58.  
  59. # Dynamic dependencies:
  60. o.Extra:    c.Extra
  61. o.Extra:    DeskLib:h.Wimp
  62. o.Extra:    DeskLib:h.Core
  63. o.Extra:    DeskLib:h.WimpSWIs
  64. o.Extra:    C:h.kernel
  65. o.Extra:    DeskLib:h.Coord
  66. o.DArray:    c.DArray
  67. o.DArray:    C:Shell.h.Array
  68. o.DArray:    C:Shell.h.Shell
  69. o.DArray:    DeskLib:h.Wimp
  70. o.DArray:    DeskLib:h.Core
  71. o.DArray:    DeskLib:h.Coord
  72. o.DArray:    DeskLib:h.Error
  73. o.DArray:    C:h.kernel
  74. o.DArray:    DeskLib:h.LinkList
  75. o.DArray:    C:Shell.h.Extra
  76. o.DArray:    DeskLib:h.GFX
  77. o.DArray:    C:Shell.h.SafeAlloc
  78. o.DArray:    DeskLib:h.WimpSWIs
  79. o.WaitKey:    c.WaitKey
  80. o.WaitKey:    DeskLib:h.Event
  81. o.WaitKey:    DeskLib:h.Core
  82. o.WaitKey:    DeskLib:h.Wimp
  83. o.WaitKey:    C:Shell.h.WaitClick
  84. o.WaitKey:    C:Shell.h.Shell
  85. o.WaitKey:    DeskLib:h.Coord
  86. o.WaitKey:    DeskLib:h.Error
  87. o.WaitKey:    C:h.kernel
  88. o.WaitKey:    DeskLib:h.LinkList
  89. o.Menu:    c.Menu
  90. o.Menu:    DeskLib:h.Menus
  91. o.Menu:    DeskLib:h.Core
  92. o.Menu:    DeskLib:h.Wimp
  93. o.Menu:    DeskLib:h.WimpSWIs
  94. o.Menu:    C:h.kernel
  95. o.Menu:    DeskLib:h.Kbd
  96. o.Menu:    DeskLib:h.Window
  97. o.Menu:    DeskLib:h.Event
  98. o.Menu:    DeskLib:h.Save
  99. o.Menu:    C:Shell.h.ShellMenu
  100. o.Menu:    C:Shell.h.Shell
  101. o.Menu:    DeskLib:h.Coord
  102. o.Menu:    DeskLib:h.Error
  103. o.Menu:    DeskLib:h.LinkList
  104. o.Menu:    C:Shell.h.Extra
  105. o.Menu:    DeskLib:h.GFX
  106. o.SafeAlloc:    c.SafeAlloc
  107. o.SafeAlloc:    DeskLib:h.Error
  108. o.SafeAlloc:    C:h.kernel
  109. o.SafeAlloc:    DeskLib:h.Core
  110. o.SafeAlloc:    C:Shell.h.SafeAlloc
  111. o.Save102:    c.Save102
  112. o.Save102:    DeskLib:h.Event
  113. o.Save102:    DeskLib:h.Core
  114. o.Save102:    DeskLib:h.Wimp
  115. o.Save102:    DeskLib:h.WimpSWIs
  116. o.Save102:    C:h.kernel
  117. o.Save102:    DeskLib:h.Icon
  118. o.Save102:    DeskLib:h.DragASpr
  119. o.Save102:    DeskLib:h.Keycodes
  120. o.Save102:    DeskLib:h.Error
  121. o.Save102:    DeskLib:h.Str
  122. o.Save102:    Desklib:h.File
  123. o.Save102:    Desklib:h.SWI
  124. o.Save102:    C:Shell.h.Save102
  125. o.Init:    c.Init
  126. o.Init:    DeskLib:h.Wimp
  127. o.Init:    DeskLib:h.Core
  128. o.Init:    DeskLib:h.Template
  129. o.Init:    DeskLib:h.Sprite
  130. o.Init:    DeskLib:h.Coord
  131. o.Init:    DeskLib:h.Resource
  132. o.Init:    DeskLib:h.Error
  133. o.Init:    C:h.kernel
  134. o.Init:    DeskLib:h.Handler
  135. o.Init:    DeskLib:h.WimpSWIs
  136. o.Init:    DeskLib:h.Event
  137. o.Init:    C:Shell.h.Shell
  138. o.Init:    DeskLib:h.LinkList
  139. o.Poll:    c.Poll
  140. o.Poll:    DeskLib:h.Event
  141. o.Poll:    DeskLib:h.Core
  142. o.Poll:    DeskLib:h.Wimp
  143. o.Poll:    C:Shell.h.Shell
  144. o.Poll:    DeskLib:h.Coord
  145. o.Poll:    DeskLib:h.Error
  146. o.Poll:    C:h.kernel
  147. o.Poll:    DeskLib:h.LinkList
  148. o.Label:    c.Label
  149. o.Label:    DeskLib:h.WimpSWIs
  150. o.Label:    DeskLib:h.Core
  151. o.Label:    C:h.kernel
  152. o.Label:    DeskLib:h.Wimp
  153. o.Label:    C:Shell.h.Shell
  154. o.Label:    DeskLib:h.Coord
  155. o.Label:    DeskLib:h.Error
  156. o.Label:    DeskLib:h.LinkList
  157. o.Label:    C:Shell.h.Extra
  158. o.Label:    DeskLib:h.GFX
  159. o.Label:    DeskLib:h.ColourTran
  160. o.Label:    C:Shell.h.Check
  161. o.Label:    C:Shell.h.SafeAlloc
  162. o.Label:    C:Shell.h.Label
  163. o.Misc:    c.Misc
  164. o.Misc:    DeskLib:h.GFX
  165. o.Misc:    DeskLib:h.Coord
  166. o.Misc:    DeskLib:h.Core
  167. o.Misc:    DeskLib:h.Wimp
  168. o.Misc:    DeskLib:h.WimpSWIs
  169. o.Misc:    C:h.kernel
  170. o.Misc:    DeskLib:h.Error
  171. o.Misc:    C:Shell.h.Extra
  172. o.Misc:    C:Shell.h.Shell
  173. o.Misc:    DeskLib:h.LinkList
  174. o.Misc:    DeskLib:h.ColourTran
  175. o.GFX:    c.GFX
  176. o.GFX:    DeskLib:h.GFX
  177. o.GFX:    DeskLib:h.Coord
  178. o.GFX:    DeskLib:h.Core
  179. o.GFX:    DeskLib:h.Wimp
  180. o.GFX:    DeskLib:h.WimpSWIs
  181. o.GFX:    C:h.kernel
  182. o.GFX:    DeskLib:h.Error
  183. o.GFX:    DeskLib:h.Window
  184. o.GFX:    DeskLib:h.Event
  185. o.GFX:    C:Shell.h.Extra
  186. o.GFX:    C:Shell.h.Shell
  187. o.GFX:    DeskLib:h.LinkList
  188. o.GFX:    DeskLib:h.ColourTran
  189. o.GFX:    C:Shell.h.SafeAlloc
  190. o.GFX:    C:Shell.h.PlotIcon
  191. o.GFX:    C:Shell.h.Redraw2
  192. o.GFX:    C:Shell.h.Shell
  193. o.GenArray:    c.GenArray
  194. o.GenArray:    DeskLib:h.WimpSWIs
  195. o.GenArray:    DeskLib:h.Core
  196. o.GenArray:    C:h.kernel
  197. o.GenArray:    DeskLib:h.Wimp
  198. o.GenArray:    C:Shell.h.Array
  199. o.GenArray:    C:Shell.h.Shell
  200. o.GenArray:    DeskLib:h.Coord
  201. o.GenArray:    DeskLib:h.Error
  202. o.GenArray:    DeskLib:h.LinkList
  203. o.GenArray:    C:Shell.h.Extra
  204. o.GenArray:    DeskLib:h.GFX
  205. o.GenArray:    DeskLib:h.ColourTran
  206. o.GenArray:    C:Shell.h.SafeAlloc
  207. o.DArray2:    c.DArray2
  208. o.DArray2:    DeskLib:h.WimpSWIs
  209. o.DArray2:    DeskLib:h.Core
  210. o.DArray2:    C:h.kernel
  211. o.DArray2:    DeskLib:h.Wimp
  212. o.DArray2:    C:Shell.h.Array
  213. o.DArray2:    C:Shell.h.Shell
  214. o.DArray2:    DeskLib:h.Coord
  215. o.DArray2:    DeskLib:h.Error
  216. o.DArray2:    DeskLib:h.LinkList
  217. o.DArray2:    C:Shell.h.Extra
  218. o.DArray2:    DeskLib:h.GFX
  219. o.DArray2:    DeskLib:h.ColourTran
  220. o.DArray2:    C:Shell.h.SafeAlloc
  221. o.Check:    c.Check
  222. o.Check:    DeskLib:h.WimpSWIs
  223. o.Check:    DeskLib:h.Core
  224. o.Check:    C:h.kernel
  225. o.Check:    DeskLib:h.Wimp
  226. o.Check:    DeskLib:h.Coord
  227. o.Check:    C:Shell.h.Shell
  228. o.Check:    DeskLib:h.Error
  229. o.Check:    DeskLib:h.LinkList
  230. o.Check:    C:Shell.h.Check
  231. o.TextRect:    c.TextRect
  232. o.TextRect:    DeskLib:h.WimpSWIs
  233. o.TextRect:    DeskLib:h.Core
  234. o.TextRect:    C:h.kernel
  235. o.TextRect:    DeskLib:h.Wimp
  236. o.TextRect:    DeskLib:h.Error
  237. o.TextRect:    C:Shell.h.Shell
  238. o.TextRect:    DeskLib:h.Coord
  239. o.TextRect:    DeskLib:h.LinkList
  240. o.TextRect:    C:Shell.h.Extra
  241. o.TextRect:    DeskLib:h.GFX
  242. o.TextRect:    DeskLib:h.ColourTran
  243. o.TextRect:    C:Shell.h.SafeAlloc
  244. o.TextRect:    C:Shell.h.TextRect
  245. o.Scroll:    c.Scroll
  246. o.Scroll:    DeskLib:h.Wimp
  247. o.Scroll:    DeskLib:h.Core
  248. o.Scroll:    DeskLib:h.WimpSWIs
  249. o.Scroll:    C:h.kernel
  250. o.Scroll:    C:Shell.h.Extra
  251. o.Scroll:    C:Shell.h.Shell
  252. o.Scroll:    DeskLib:h.Coord
  253. o.Scroll:    DeskLib:h.Error
  254. o.Scroll:    DeskLib:h.LinkList
  255. o.Scroll:    DeskLib:h.GFX
  256. o.Scroll:    DeskLib:h.ColourTran
  257. o.FontLabel:    c.FontLabel
  258. o.FontLabel:    DeskLib:h.WimpSWIs
  259. o.FontLabel:    DeskLib:h.Core
  260. o.FontLabel:    C:h.kernel
  261. o.FontLabel:    DeskLib:h.Wimp
  262. o.FontLabel:    DeskLib:h.Font
  263. o.FontLabel:    DeskLib:h.GFX
  264. o.FontLabel:    C:Shell.h.FontLabel
  265. o.FontLabel:    C:Shell.h.Shell
  266. o.FontLabel:    DeskLib:h.Coord
  267. o.FontLabel:    DeskLib:h.Error
  268. o.FontLabel:    DeskLib:h.LinkList
  269. o.FontLabel:    C:Shell.h.Extra
  270. o.FontLabel:    DeskLib:h.ColourTran
  271. o.FontLabel:    C:Shell.h.SafeAlloc
  272. o.BlockRect:    c.BlockRect
  273. o.BlockRect:    DeskLib:h.WimpSWIs
  274. o.BlockRect:    DeskLib:h.Core
  275. o.BlockRect:    C:h.kernel
  276. o.BlockRect:    DeskLib:h.Wimp
  277. o.BlockRect:    DeskLib:h.GFX
  278. o.BlockRect:    C:Shell.h.BlockRct
  279. o.BlockRect:    C:Shell.h.Shell
  280. o.BlockRect:    DeskLib:h.Coord
  281. o.BlockRect:    DeskLib:h.Error
  282. o.BlockRect:    DeskLib:h.LinkList
  283. o.BlockRect:    C:Shell.h.Extra
  284. o.BlockRect:    DeskLib:h.ColourTran
  285. o.BlockRect:    C:Shell.h.SafeAlloc
  286. o.PlotIcon:    c.PlotIcon
  287. o.PlotIcon:    DeskLib:h.WimpSWIs
  288. o.PlotIcon:    DeskLib:h.Core
  289. o.PlotIcon:    C:h.kernel
  290. o.PlotIcon:    DeskLib:h.Wimp
  291. o.PlotIcon:    DeskLib:h.Coord
  292. o.PlotIcon:    DeskLib:h.Wimp
  293. o.PlotIcon:    C:Shell.h.Extra
  294. o.PlotIcon:    C:Shell.h.Shell
  295. o.PlotIcon:    DeskLib:h.Error
  296. o.PlotIcon:    DeskLib:h.LinkList
  297. o.PlotIcon:    DeskLib:h.GFX
  298. o.PlotIcon:    DeskLib:h.ColourTran
  299. o.PlotIcon:    C:Shell.h.PlotIcon
  300. o.Icon:    c.Icon
  301. o.Icon:    C:Shell.h.Extra
  302. o.Icon:    C:Shell.h.Shell
  303. o.Icon:    DeskLib:h.Wimp
  304. o.Icon:    DeskLib:h.Core
  305. o.Icon:    DeskLib:h.Coord
  306. o.Icon:    DeskLib:h.Error
  307. o.Icon:    C:h.kernel
  308. o.Icon:    DeskLib:h.LinkList
  309. o.Icon:    DeskLib:h.GFX
  310. o.Icon:    DeskLib:h.ColourTran
  311. o.Icon:    C:Shell.h.Check
  312. o.RectSave:    c.RectSave
  313. o.RectSave:    DeskLib:h.WimpSWIs
  314. o.RectSave:    DeskLib:h.Core
  315. o.RectSave:    C:h.kernel
  316. o.RectSave:    DeskLib:h.Wimp
  317. o.RectSave:    DeskLib:h.Kbd
  318. o.RectSave:    DeskLib:h.Wimp
  319. o.RectSave:    DeskLib:h.Window
  320. o.RectSave:    C:Shell.h.RectSave
  321. o.RectSave:    C:Shell.h.Shell
  322. o.RectSave:    DeskLib:h.Coord
  323. o.RectSave:    DeskLib:h.Error
  324. o.RectSave:    DeskLib:h.LinkList
  325. o.RectSave:    C:Shell.h.Save102
  326. o.RectSave:    DeskLib:h.Event
  327. o.RectSave:    C:Shell.h.FindWind
  328. o.RectSave:    C:Shell.h.Shell
  329. o.DVector:    c.DVector
  330. o.DVector:    DeskLib:h.WimpSWIs
  331. o.DVector:    DeskLib:h.Core
  332. o.DVector:    C:h.kernel
  333. o.DVector:    DeskLib:h.Wimp
  334. o.DVector:    C:Shell.h.Vector
  335. o.DVector:    C:Shell.h.Shell
  336. o.DVector:    DeskLib:h.Coord
  337. o.DVector:    DeskLib:h.Error
  338. o.DVector:    DeskLib:h.LinkList
  339. o.DVector:    C:Shell.h.Extra
  340. o.DVector:    DeskLib:h.GFX
  341. o.DVector:    DeskLib:h.ColourTran
  342. o.DVector:    C:Shell.h.SafeAlloc
  343. o.BarGraph:    c.BarGraph
  344. o.BarGraph:    DeskLib:h.WimpSWIs
  345. o.BarGraph:    DeskLib:h.Core
  346. o.BarGraph:    C:h.kernel
  347. o.BarGraph:    DeskLib:h.Wimp
  348. o.BarGraph:    C:Shell.h.Extra
  349. o.BarGraph:    C:Shell.h.Shell
  350. o.BarGraph:    DeskLib:h.Coord
  351. o.BarGraph:    DeskLib:h.Error
  352. o.BarGraph:    DeskLib:h.LinkList
  353. o.BarGraph:    DeskLib:h.GFX
  354. o.BarGraph:    DeskLib:h.ColourTran
  355. o.BarGraph:    C:Shell.h.BarGraph
  356. o.BarGraph:    C:Shell.h.SafeAlloc
  357. o.ArrayLabel:    c.ArrayLabel
  358. o.ArrayLabel:    C:Shell.h.ArrayLabel
  359. o.ArrayLabel:    C:Shell.h.Shell
  360. o.ArrayLabel:    DeskLib:h.Wimp
  361. o.ArrayLabel:    DeskLib:h.Core
  362. o.ArrayLabel:    DeskLib:h.Coord
  363. o.ArrayLabel:    DeskLib:h.Error
  364. o.ArrayLabel:    C:h.kernel
  365. o.ArrayLabel:    DeskLib:h.LinkList
  366. o.ArrayLabel:    C:Shell.h.Array
  367. o.ArrayLabel:    C:Shell.h.FontLabel
  368. o.ArrayLabel:    C:Shell.h.Vector
  369. o.DBarGraph:    c.DBarGraph
  370. o.DBarGraph:    DeskLib:h.WimpSWIs
  371. o.DBarGraph:    DeskLib:h.Core
  372. o.DBarGraph:    C:h.kernel
  373. o.DBarGraph:    DeskLib:h.Wimp
  374. o.DBarGraph:    C:Shell.h.Extra
  375. o.DBarGraph:    C:Shell.h.Shell
  376. o.DBarGraph:    DeskLib:h.Coord
  377. o.DBarGraph:    DeskLib:h.Error
  378. o.DBarGraph:    DeskLib:h.LinkList
  379. o.DBarGraph:    DeskLib:h.GFX
  380. o.DBarGraph:    DeskLib:h.ColourTran
  381. o.DBarGraph:    C:Shell.h.BarGraph
  382. o.DBarGraph:    C:Shell.h.SafeAlloc
  383. o.DBarGraph2:    c.DBarGraph2
  384. o.DBarGraph2:    DeskLib:h.WimpSWIs
  385. o.DBarGraph2:    DeskLib:h.Core
  386. o.DBarGraph2:    C:h.kernel
  387. o.DBarGraph2:    DeskLib:h.Wimp
  388. o.DBarGraph2:    C:Shell.h.Extra
  389. o.DBarGraph2:    C:Shell.h.Shell
  390. o.DBarGraph2:    DeskLib:h.Coord
  391. o.DBarGraph2:    DeskLib:h.Error
  392. o.DBarGraph2:    DeskLib:h.LinkList
  393. o.DBarGraph2:    DeskLib:h.GFX
  394. o.DBarGraph2:    DeskLib:h.ColourTran
  395. o.DBarGraph2:    C:Shell.h.BarGraph
  396. o.DBarGraph2:    C:Shell.h.SafeAlloc
  397. o.Printf:    c.Printf
  398. o.Printf:    DeskLib:h.Event
  399. o.Printf:    DeskLib:h.Core
  400. o.Printf:    DeskLib:h.Wimp
  401. o.Printf:    C:Shell.h.SafeAlloc
  402. o.Printf:    C:Shell.h.TextRect
  403. o.Printf:    C:Shell.h.Shell
  404. o.Printf:    DeskLib:h.Coord
  405. o.Printf:    DeskLib:h.Error
  406. o.Printf:    C:h.kernel
  407. o.Printf:    DeskLib:h.LinkList
  408. o.Printf:    C:Shell.h.Printf
  409. o.BlockRect2:    c.BlockRect2
  410. o.BlockRect2:    DeskLib:h.WimpSWIs
  411. o.BlockRect2:    DeskLib:h.Core
  412. o.BlockRect2:    C:h.kernel
  413. o.BlockRect2:    DeskLib:h.Wimp
  414. o.BlockRect2:    DeskLib:h.GFX
  415. o.BlockRect2:    C:Shell.h.BlockRct
  416. o.BlockRect2:    C:Shell.h.Shell
  417. o.BlockRect2:    DeskLib:h.Coord
  418. o.BlockRect2:    DeskLib:h.Error
  419. o.BlockRect2:    DeskLib:h.LinkList
  420. o.BlockRect2:    C:Shell.h.Extra
  421. o.BlockRect2:    DeskLib:h.ColourTran
  422. o.BlockRect2:    C:Shell.h.SafeAlloc
  423. o.PlainRect:    c.PlainRect
  424. o.PlainRect:    C:Shell.h.RedrawToSp
  425. o.PlainRect:    C:Shell.h.Shell
  426. o.PlainRect:    DeskLib:h.Wimp
  427. o.PlainRect:    DeskLib:h.Core
  428. o.PlainRect:    DeskLib:h.Coord
  429. o.PlainRect:    DeskLib:h.Error
  430. o.PlainRect:    C:h.kernel
  431. o.PlainRect:    DeskLib:h.LinkList
  432. o.PlainRect:    C:Shell.h.PlainRect
  433. o.PlainRect:    C:Shell.h.Shell
  434. o.PlainGRect:    c.PlainGRect
  435. o.PlainGRect:    C:Shell.h.RedrawToSp
  436. o.PlainGRect:    C:Shell.h.Shell
  437. o.PlainGRect:    DeskLib:h.Wimp
  438. o.PlainGRect:    DeskLib:h.Core
  439. o.PlainGRect:    DeskLib:h.Coord
  440. o.PlainGRect:    DeskLib:h.Error
  441. o.PlainGRect:    C:h.kernel
  442. o.PlainGRect:    DeskLib:h.LinkList
  443. o.PlainGRect:    C:Shell.h.PlainRect
  444. o.PlainGRect:    C:Shell.h.Shell
  445. o.RedrawToSp:    c.RedrawToSp
  446. o.RedrawToSp:    DeskLib:h.ColourTran
  447. o.RedrawToSp:    DeskLib:h.core
  448. o.RedrawToSp:    DeskLib:h.Sprite
  449. o.RedrawToSp:    DeskLib:h.Wimp
  450. o.RedrawToSp:    DeskLib:h.Coord
  451. o.RedrawToSp:    DeskLib:h.Screen
  452. o.RedrawToSp:    DeskLib:h.SWI
  453. o.RedrawToSp:    C:Shell.h.Redraw2
  454. o.RedrawToSp:    C:Shell.h.Shell
  455. o.RedrawToSp:    DeskLib:h.Error
  456. o.RedrawToSp:    C:h.kernel
  457. o.RedrawToSp:    DeskLib:h.LinkList
  458. o.RedrawToSp:    C:Shell.h.RedrawToSp
  459. o.RedrawToSp:    C:Shell.h.Shell
  460. o.RedrawToSp:    C:Shell.h.Printf
  461. o.RedrawToSp:    C:Shell.h.TextRect
  462. o.RedrawToSp:    C:Shell.h.FindWind
  463. o.RedrawToSp:    C:Shell.h.Shell
  464. o.RedrawToSp:    C:Shell.h.Extra
  465. o.RedrawToSp:    DeskLib:h.GFX
  466. o.RedrawToSp:    DeskLib:h.ColourTran
  467. o.FindWind:    c.FindWind
  468. o.FindWind:    C:Shell.h.Shell
  469. o.FindWind:    DeskLib:h.Wimp
  470. o.FindWind:    DeskLib:h.Core
  471. o.FindWind:    DeskLib:h.Coord
  472. o.FindWind:    DeskLib:h.Error
  473. o.FindWind:    C:h.kernel
  474. o.FindWind:    DeskLib:h.LinkList
  475. o.FindWind:    C:Shell.h.FindWind
  476. o.FindWind:    C:Shell.h.Shell
  477. o.WaitClick:    c.WaitClick
  478. o.WaitClick:    DeskLib:h.Event
  479. o.WaitClick:    DeskLib:h.Core
  480. o.WaitClick:    DeskLib:h.Wimp
  481. o.WaitClick:    C:Shell.h.WaitClick
  482. o.WaitClick:    C:Shell.h.Shell
  483. o.WaitClick:    DeskLib:h.Coord
  484. o.WaitClick:    DeskLib:h.Error
  485. o.WaitClick:    C:h.kernel
  486. o.WaitClick:    DeskLib:h.LinkList
  487. o.BarIcon:    c.BarIcon
  488. o.BarIcon:    DeskLib:h.Icon
  489. o.BarIcon:    DeskLib:h.Wimp
  490. o.BarIcon:    DeskLib:h.Core
  491. o.BarIcon:    DeskLib:h.DragASpr
  492. o.BarIcon:    DeskLib:h.Event
  493. o.BarIcon:    DeskLib:h.Sound
  494. o.BarIcon:    DeskLib:h.WimpSWIs
  495. o.BarIcon:    C:h.kernel
  496. o.BarIcon:    DeskLib:h.Menu
  497. o.BarIcon:    DeskLib:h.Window
  498. o.BarIcon:    C:Shell.h.BarIcon
  499. o.BarIcon:    C:Shell.h.Shell
  500. o.BarIcon:    DeskLib:h.Coord
  501. o.BarIcon:    DeskLib:h.Error
  502. o.BarIcon:    DeskLib:h.LinkList
  503. o.BarIcon:    C:Shell.h.SafeAlloc
  504. o.SpriteRect:    c.SpriteRect
  505. o.SpriteRect:    DeskLib:h.Sprite
  506. o.SpriteRect:    DeskLib:h.Core
  507. o.SpriteRect:    DeskLib:h.Wimp
  508. o.SpriteRect:    DeskLib:h.Coord
  509. o.SpriteRect:    DeskLib:h.SWI
  510. o.SpriteRect:    DeskLib:h.GFX
  511. o.SpriteRect:    DeskLib:h.Screen
  512. o.SpriteRect:    DeskLib:h.WimpSWIs
  513. o.SpriteRect:    C:h.kernel
  514. o.SpriteRect:    C:Shell.h.SafeAlloc
  515. o.SpriteRect:    C:Shell.h.Printf
  516. o.SpriteRect:    C:Shell.h.TextRect
  517. o.SpriteRect:    C:Shell.h.Shell
  518. o.SpriteRect:    DeskLib:h.Error
  519. o.SpriteRect:    DeskLib:h.LinkList
  520. o.SpriteRect:    C:Shell.h.Shell
  521. o.SpriteRect:    C:Shell.h.SpriteRect
  522. o.ForcRedraw:    c.ForcRedraw
  523. o.ForcRedraw:    DeskLib:h.WimpSWIs
  524. o.ForcRedraw:    DeskLib:h.Core
  525. o.ForcRedraw:    C:h.kernel
  526. o.ForcRedraw:    DeskLib:h.Wimp
  527. o.ForcRedraw:    C:Shell.h.Shell
  528. o.ForcRedraw:    DeskLib:h.Coord
  529. o.ForcRedraw:    DeskLib:h.Error
  530. o.ForcRedraw:    DeskLib:h.LinkList
  531. o.ForcRedraw:    C:Shell.h.ForcRedraw
  532.